software sources

All posts tagged software sources by Linux Bash
  • Posted on
    Featured Image
    Linux systems are known for their robust package management solutions that make software installation and maintenance a breeze. Among the most popular package managers are APT (used by Debian and its derivatives like Ubuntu), DNF (utilized by Fedora), and Zypper (openSUSE's choice). Adding custom repositories to these package managers can significantly expand your software options beyond the defaults provided. Here's a step-by-step guide to adding custom repositories to APT, DNF, and Zypper. A repository in Linux is a storage location from which your system retrieves and installs software.
  • Posted on
    Featured Image
    Personal Package Archives (PPA) are repositories designed to distribute software and updates that are not available in the official Ubuntu repositories. While PPAs are incredibly useful for getting the latest software versions, they can pose security risks if not managed correctly. In this blog post, we’ll guide you through how to securely add custom PPAs to your Ubuntu system, focusing on best practices and also touching upon other package managers like dnf and zypper briefly. PPAs allow users and developers to upload Ubuntu source packages to be built and published as an apt repository by Launchpad.